home *** CD-ROM | disk | FTP | other *** search
/ Venus 7000 / darktronics.iso / Software / Service Packs / Win2kSP4.exe / i386 / anot.ht_ / anot.htr
Encoding:
Text File  |  2003-06-19  |  1.9 KB  |  74 lines

  1. <%@Language = "VBSCRIPT"%>
  2. <HTML>
  3. <%on error resume next%>
  4.  
  5. <!--#include file = "text.htr"-->
  6.  
  7. <html>
  8. <title><%=L_Title_Text%></title>
  9.  
  10. <FONT COLOR=FFFFFF>
  11. <STYLE>
  12. </STYLE>
  13. </FONT>
  14.  
  15. <head>
  16.         <META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
  17. </head>
  18.  
  19.  
  20. <BODY BGCOLOR=#FFFFFF LINK=000000 VLINK=000000>
  21.  
  22. <!-- Windows NT Server with IIS  -->
  23. <%if Instr(1,Request.ServerVariables("SERVER_SOFTWARE"), "IIS") > 0 then%>
  24.     <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
  25.     <TR VALIGN=CENTER>
  26.         <TD></TD>
  27.         <TD WIDTH=20> </TD>
  28.         <TD><FONT SIZE=+3 COLOR=#000000><B><%=L_ISM_Text%><BR> <FONT SIZE=-1><%=L_IIS6_Text%><FONT></B></FONT></TD>
  29.     </TR>
  30.     </Table>
  31. <%end if%>   
  32.  
  33. <!-- Windows NT Workstation with PWS  -->
  34. <%if Instr(1,Request.ServerVariables("SERVER_SOFTWARE"), "PWS") then%>
  35. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
  36. <TR VALIGN=CENTER>
  37.     <TD></TD>
  38.     <TD WIDTH=20> </TD>
  39.     <TD><FONT SIZE=+3 COLOR=#000000><B><%=L_ISM_Text%><BR> <FONT SIZE=-1><%=L_PWS_Text%><FONT></B></FONT></TD>
  40. </TR>
  41. </Table>
  42. <%end if%>
  43.  
  44.  
  45.  
  46.  
  47. <p>
  48.  
  49. <%=L_PwdSoon_Text%>.<p>
  50.  
  51. <form method="POST" action="/iisadmpwd/aexp2.htr?<%=Server.HTMLEncode(Request.QueryString)%>">
  52.  
  53.  
  54. <!--'W3CRYPTCAPABLE corresponds to HTTP_CFG_ENC_CAPS.-->
  55. <!--'Tells us that the server if SecureBindings are set--> 
  56. <%if Request.ServerVariables("HTTP_CFG_ENC_CAPS") <> 1 then%>
  57.     <%=L_SSL1_Text%>.<p>
  58.     <%=L_SSL2_Text%>.<p><p>
  59.     <input type="submit" name="cancel" value="<%=L_OK_Text%>">
  60. <%else%>
  61.  
  62.     <%=L_ChangePwd_Text%><p><p>
  63.  
  64.     <input type="hidden" name="acct" value="<%=Server.HTMLEncode(Request.ServerVariables("REMOTE_USER"))%>">
  65.     <input type="submit" value="<%=L_OK_Text%>">
  66.     <input type="submit" name="cancel" value="<%=L_Cancel_Text%>">
  67.  
  68. <%end if%>
  69.  
  70. </form>
  71.  
  72. <a href="http://<%=Server.HTMLEncode(Request.ServerVariables("Server_NAME"))%>/"><%=L_DefDoc_Text%></a> <%=L_OrOther_Text%>.
  73. </body></html>
  74.